[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
##############################################################################
###+--------------+###########################################################
#+-| MORE_HANDLES |-------------------------------------------------------+###
#| +--------------+ Enables a program to open up to 255 files at one time |###
#+------------------------------------------------------------------------+###
##############################################################################
##############################################################################
#+--| Summary |----------------+##############################################
#|     #INCLUDE system.hdr     |##############################################
#+-----------------------------+##############################################
##############################################################################
##############################################################################
#+--| Syntax |------------------------------+#################################
#|     PROCEDURE more_handles PROTOTYPE     |#################################
#+------------------------------------------+#################################
##############################################################################
##############################################################################
#########+---| Description |----------------------------------------+#########
#########| The more_handles procedure enables a program to open up  |#########
#########| to 255 files at one time, regardless of DOS version.     |#########
#########| The open files may be of any type, e.g., database, index |#########
#########| text, etc.                                               |#########
#########+----------------------------------------------------------+#########
##############################################################################
##############################################################################
#########+--| Example 1 |-------------------------------------------+#########
#########| *    Install more_handles at the beginning of a program  |#########
#########| *    if you envision opening more than 15 files at once. |#########
#########|                                                          |#########
#########| #include system.hdr                                      |#########
#########| PROCEDURE force_main                                     |#########
#########|     DO more_handles                                      |#########
#########|     {...}                                                |#########
#########| ENDPRO                                                   |#########
#########+----------------------------------------------------------+#########
##############################################################################

See Also: fb_open() f_open() OPEN USE
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson